 	
;;; QQ: 67762207
[@main]
#IF
checkpkpoint 2
#SAY
With you nothing to say about such people. \ \
<Close/@exit>
#ELSESAY
My job is to train a monster and lease them to people. \ \
<Monster Rental/@RentMonster> \
With (FCOLOR/10) <$NPCNAME> (FCOLOR/12) <dialogue/@TalkToQuest> \ \
<Close/@exit>

[@RentMonster]
#CALL [System\RentMobSystem.txt] @Event_taming

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0
#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
#ACT
Mov D0 1

#IF
Check [493] 1
Check [495] 0
#ACT
Mov D0 1
#SAY
<On the western desert, the task dialogue./@WestDesertQuest_1> \

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_ Humans are much more vulnerable than Norma, a monster will belittle you. \ \
_ <Close/@exit>


[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@WestDesertQuest_1]
#CALL [\WestDesert\WestHyunMiNpc.txt] @WestQuest_Start

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207